- KeyState
enum KeyState
Undocumented in source.
- initialize
void initialize()
Undocumented in source.
- kb
string[Pair!(char, int)] kb;
Undocumented in source.
- KeyStroke
alias KeyStroke = Pair!(char, int)
Undocumented in source.
- addKey
void addKey(char key, string output, KeyState ks)
Undocumented in source. Be warned that the author may not have intended to support it.
- getKey
string getKey(char key, KeyState ks)
Undocumented in source. Be warned that the author may not have intended to support it.
- addKeyAnyState
void addKeyAnyState(char key, string output)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateDefaults
void generateDefaults()
Undocumented in source. Be warned that the author may not have intended to support it.